home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
emacs
/
emacs18.57
/
1857sr~1.zoo
/
source
/
lib+
/
dummy.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-12-02
|
187 b
|
25 lines
char host[12]="Atari ST/TT";
char *gethostname()
{
return(host);
}
int pause()
{
return(0);
}
int sigsetmask(x)
int x;
{
return(0);
}
int alarm(x)
int x;
{
return(0);
}